home *** CD-ROM | disk | FTP | other *** search
/ Explorer - Mosaic & Web / Explorer - Mosaic & Web.iso / helpers / ghostvew / src / gvcrc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-03  |  7.6 KB  |  318 lines

  1. /* Copyright (C) 1993, 1994, Russell Lang.  All rights reserved.
  2.   
  3.   This file is part of GSview.
  4.   
  5.   This program is distributed with NO WARRANTY OF ANY KIND.  No author
  6.   or distributor accepts any responsibility for the consequences of using it,
  7.   or for whether it serves any particular purpose or works at all, unless he
  8.   or she says so in writing.  Refer to the GSview Free Public Licence 
  9.   (the "Licence") for full details.
  10.   
  11.   Every copy of GSview must include a copy of the Licence, normally in a 
  12.   plain ASCII text file named LICENCE.  The Licence grants you the right 
  13.   to copy, modify and redistribute GSview, but only under certain conditions 
  14.   described in the Licence.  Among other things, the Licence requires that 
  15.   the copyright notice and this notice be preserved on all copies.
  16. */
  17.  
  18. /* gvcrc.h */
  19. /* Common Resource header file */
  20.  
  21. #define GSVIEW_VERSION "1994-08-03  1.1"
  22. #define EMX_NEEDED "0.8h"
  23.  
  24. #define ID_GSVIEW 42
  25.  
  26. #define IDD_ABOUT     50
  27. #define IDD_INPUT     51
  28. #define ID_ANSWER    52
  29. #define ID_PROMPT    53
  30. #define ID_HELP        54
  31.  
  32. #define IDM_FILEMENU    100
  33. #define IDM_OPEN    101
  34. #define IDM_CLOSE    102
  35. #define IDM_NEXT    103
  36. #define IDM_NEXTSKIP    104
  37. #define IDM_REDISPLAY   105
  38. #define IDM_PREV    106
  39. #define IDM_PREVSKIP    107
  40. #define IDM_GOTO    108
  41. #define IDM_INFO    109
  42. #define IDM_SELECT    110
  43. #define IDM_PRINT    111
  44. #define IDM_PRINTTOFILE 112
  45. #define IDM_SPOOL    113
  46. #define IDM_EXTRACT    114
  47. #define IDM_PSTOEPS    115
  48. #define IDM_EXIT    117
  49. #define IDM_DROP    118
  50. #define IDM_SKIP    119
  51.  
  52. #define IDM_EDITMENU    150
  53. #define IDM_COPYCLIP    151
  54. #define IDM_PASTETO    152
  55. #define IDM_CONVERT    153
  56. #define IDM_ADDEPSMENU    154
  57. #define IDM_MAKEEPSI    155
  58. #define IDM_MAKEEPST4    156
  59. #define IDM_MAKEEPST    157
  60. #define IDM_MAKEEPSW    158
  61. #define IDM_EXTEPSMENU    159
  62. #define IDM_EXTRACTPS    160
  63. #define IDM_EXTRACTPRE    161
  64. #define IDM_TEXTEXTRACT    162
  65. #define IDM_TEXTFIND    163
  66. #define IDM_TEXTFINDNEXT 164
  67.  
  68. #define IDM_OPTIONMENU      174
  69. #define IDM_GSCOMMAND      175
  70. #define IDM_SOUNDS      176
  71. #define IDM_SETTINGS      177
  72. #define IDM_SAVESETTINGS  178
  73. #define IDM_SAFER         179  
  74. #define IDM_SAVEDIR      180
  75. #define IDM_BUTTONSHOW      181
  76. #define IDM_FITPAGE      182
  77. #define IDM_QUICK      183
  78. #define IDM_AUTOREDISPLAY 184
  79. #define IDM_EPSFCLIP      185
  80. #define IDM_EPSFWARN      186
  81. #define IDM_IGNOREDSC      187
  82.  
  83. #define IDM_UNITMENU    190
  84. #define IDM_UNITPT    191
  85. #define IDM_UNITMM    192
  86. #define IDM_UNITINCH    193
  87.  
  88. #define IDM_ORIENTMENU    200
  89. #define IDM_PORTRAIT    201
  90. #define IDM_LANDSCAPE   202
  91. #define IDM_UPSIDEDOWN  203
  92. #define IDM_SEASCAPE    204
  93. #define IDM_SWAPLANDSCAPE 205
  94.  
  95. #define IDM_MEDIAMENU    250
  96. #define IDM_RESOLUTION  251
  97. #define IDM_ZOOM    252
  98. #define IDM_ZOOMRES    253
  99. #define IDM_MAGPLUS    254
  100. #define IDM_MAGMINUS    255
  101.  
  102. #define IDM_DEPTHMENU    260
  103. #define IDM_DEPTHDEF    261
  104. #define IDM_DEPTH1    262
  105. #define IDM_DEPTH4    263
  106. #define IDM_DEPTH8    264
  107. #define IDM_DEPTH16    265
  108. #define IDM_DEPTH24    266
  109.  
  110. #define IDM_LETTER    301
  111. #define IDM_LETTERSMALL    302
  112. #define IDM_TABLOID    303
  113. #define IDM_LEDGER    304
  114. #define IDM_LEGAL    305
  115. #define IDM_STATEMENT    306
  116. #define IDM_EXECUTIVE    307
  117. #define IDM_A3        308
  118. #define IDM_A4        309
  119. #define IDM_A4SMALL    310
  120. #define IDM_A5        311
  121. #define IDM_B4        312
  122. #define IDM_B5        313
  123. #define IDM_FOLIO    314
  124. #define IDM_QUARTO    315
  125. #define IDM_10X14    316
  126. #define IDM_USERSIZE    317
  127. #define IDM_MEDIALAST    318
  128.  
  129. #define IDM_HELPMENU    350
  130. #define IDM_HELPCONTENT 351
  131. #define IDM_HELPSEARCH    352
  132. #define IDM_HELPKEYS    353
  133. #define IDM_ABOUT    354
  134. #define IDM_MISC    355
  135.  
  136. /* info dialog box */
  137. #define IDD_INFO    400
  138. #define INFO_FILE    401
  139. #define INFO_TYPE    402
  140. #define INFO_TITLE    403
  141. #define INFO_DATE    404
  142. #define INFO_BBOX    405
  143. #define INFO_ORIENT    406
  144. #define INFO_ORDER    407
  145. #define INFO_DEFMEDIA    408
  146. #define INFO_NUMPAGES    409
  147. #define INFO_PAGE    410
  148. #define INFO_BITMAP    411
  149. #define INFO_ICON    412
  150.  
  151. #define ABOUT_ICON    451
  152. #define ABOUT_VERSION    452
  153.  
  154. #define IDD_SOUND    500
  155. #define SOUND_EVENT    501
  156. #define SOUND_FILE    502
  157. #define SOUND_PATH    503
  158. #define SOUND_TEST    504
  159.  
  160. #define IDD_SPOOL    524
  161. #define SPOOL_PORT    525
  162.  
  163. #define CANCEL_PCDONE    541
  164.  
  165. #define IDD_PAGE    550
  166. #define IDD_MULTIPAGE    551
  167. #define PAGE_LIST    552
  168. #define PAGE_ALL    553
  169. #define PAGE_ODD    554
  170. #define PAGE_EVEN    555
  171.  
  172. #define IDD_DEVICE    560
  173. #define DEVICE_NAME    561
  174. #define DEVICE_RES    562
  175. #define DEVICE_RESTEXT    563
  176. #define DEVICE_PROP    564
  177.  
  178. #define IDD_PROP    570
  179. #define PROP_NAME    571
  180. #define PROP_VALUE    572
  181.  
  182. #define IDD_BBOX    590
  183. #define BB_PROMPT    591
  184. #define BB_CLICK    592
  185.  
  186. /* file filters */
  187. #define FILTER_PS    1
  188. #define FILTER_EPS    2
  189. #define FILTER_EPI    3
  190. #define FILTER_ALL    4
  191. #define FILTER_BMP    5
  192. #define FILTER_TIFF    6
  193. #define FILTER_WMF    7
  194. #define FILTER_TXT    8
  195.  
  196. /* string constants */
  197. #define IDS_FILTER    601
  198. #define IDS_TITLE    602
  199. #define IDS_HELPFILE    603
  200. #define IDS_WRONGGS    604
  201. #define IDS_BUSY    605
  202. #define IDS_FILENOTFOUND 606
  203. #define IDS_PRINTBUSY    607
  204.  
  205. #define IDS_FILE    610
  206. #define IDS_NOFILE    611
  207. #define IDS_PAGE    612
  208. #define IDS_NOPAGE    613
  209. #define IDS_LANDSCAPE    614
  210. #define IDS_PORTRAIT    615
  211. #define IDS_ASCEND    616
  212. #define IDS_DESCEND    617
  213. #define IDS_SPECIAL    618
  214. #define IDS_EPSF    619
  215. #define IDS_EPSI    620
  216. #define IDS_EPST    621
  217. #define IDS_EPSW    622
  218. #define IDS_DSC        623
  219. #define IDS_NOTDSC    624
  220. #define IDS_IGNOREDSC   625
  221. #define IDS_PAGEINFO    626
  222.  
  223. #define IDS_OUTPUTFILE    630
  224. #define IDS_PRINTINGALL    631
  225. #define IDS_PRINTFILE    632
  226. #define IDS_NOSPOOL    633
  227. #define IDS_SELECTPAGE    634
  228. #define IDS_SELECTPAGES    635
  229. #define IDS_TIMEOUT    636
  230. #define IDS_NOTIMER    637
  231. #define IDS_NOTOPEN    638
  232. #define IDS_CANNOTRUN    639
  233. #define IDS_TOOLONG    640
  234. #define IDS_NOMORE    642
  235. #define IDS_GSCOMMAND    643
  236. #define IDS_RES        644
  237. #define IDS_ZOOMRES    645
  238. #define IDS_NOZOOM    646
  239. #define    IDS_USERWIDTH    647
  240. #define    IDS_USERHEIGHT    648
  241. #define IDS_BADEPS    649
  242. #define IDS_NOPREVIEW    650
  243. #define IDS_NOTDFNAME   651
  244. #define IDS_PIPE_EOPEN    652
  245. #define IDS_PIPE_EMEM    653
  246. #define IDS_CANCELDONE    654
  247. #define IDS_BADCLI      655
  248. #define IDS_TEXTFIND    656
  249. #define IDS_TEXTNOTFIND    657
  250.  
  251. #define IDS_SOUNDNAME    670
  252. #define IDS_SNDPAGE    671
  253. #define IDS_SNDNOPAGE    672
  254. #define IDS_SNDNONUMBER 673
  255. #define IDS_SNDNOTOPEN    674
  256. #define IDS_SNDERROR    675
  257. #define IDS_SNDTIMEOUT    676
  258. #define IDS_SNDSTART    677
  259. #define IDS_SNDEXIT    678
  260. #define IDS_SOUNDNOMM    679
  261. #define IDS_NONE    680
  262. #define IDS_SPKR    681
  263.  
  264. /* help topics */
  265. #define IDS_TOPICROOT    701
  266. #define IDS_TOPICOPEN    702
  267. #define IDS_TOPICPRINT    703
  268. #define IDS_TOPICEDIT    704
  269. #define IDS_TOPICGSCMD    705
  270. #define IDS_TOPICSOUND    706
  271. #define IDS_TOPICMEDIA  707
  272. #define IDS_TOPICPSTOEPS 708
  273. #define    IDS_TOPICGOTO    709
  274. #define IDS_TOPICINSTALL 710
  275. #define IDS_TOPICTEXT    711
  276. #define IDS_TOPICKEYS    712
  277.  
  278. /* ps_to_eps */
  279. #define IDS_BBPROMPT    750
  280. #define IDS_BBPROMPT1    751
  281. #define IDS_BBPROMPT2    752
  282. #define IDS_BBPROMPT3    753
  283. #define IDS_EPSONEPAGE    754
  284. #define IDS_EPSQPAGES    755
  285. #define IDS_EPSNOBBOX    756
  286. #define IDS_EPSREAD     757
  287.  
  288. /* wait messages */
  289. #define IDS_WAIT    770
  290. #define IDS_WAITREAD    771
  291. #define IDS_WAITWRITE    772
  292. #define IDS_WAITDRAW    773
  293. #define IDS_WAITGSOPEN    774
  294. #define IDS_WAITGSCLOSE    775
  295. #define IDS_WAITPRINT    776
  296. #define IDS_WAITSEARCH    777
  297.  
  298. /* filter strings */
  299. #define IDS_FILTER_BASE    800
  300. #define IDS_FILTER_PS    IDS_FILTER_BASE+1
  301. #define IDS_FILTER_EPS    IDS_FILTER_BASE+2
  302. #define IDS_FILTER_EPI    IDS_FILTER_BASE+3
  303. #define IDS_FILTER_ALL    IDS_FILTER_BASE+4
  304. #define IDS_FILTER_BMP    IDS_FILTER_BASE+5
  305. #define IDS_FILTER_TIFF    IDS_FILTER_BASE+6
  306. #define IDS_FILTER_WMF    IDS_FILTER_BASE+7
  307.  
  308.  
  309. /* RCDATA resources */
  310. #define IDR_ORIENT    900
  311. #define IDR_EPSFWARN    901
  312. #define IDR_DEVICES    902
  313. #define IDR_PORTS    903
  314. #define IDR_BUTTON    904
  315.  
  316. /* cursors */
  317. #define IDP_CROSSHAIR  910
  318.